Fix compilation warning: Use G_POINTER_TO_UINT
authorJavier Jardón <jjardon@gnome.org>
Mon, 9 Nov 2009 04:48:45 +0000 (05:48 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 9 Nov 2009 20:18:22 +0000 (21:18 +0100)
commit78151dc7d41069e876fe165527e68c238ef7fd4a
tree12dbf796ab9f2f9f77ec97cb186db1ce7fefbac5
parent3143a344a76ebaf9e931c00efd8b797074d56542
Fix compilation warning: Use G_POINTER_TO_UINT

GPOINTER_TO_UINT() doesn't drops the upper 32 bits on Win64 anymore.
The Glib commit e4194cb055e44f8a1bd2ab666ead9fa040bcdb89 solved this
problem.
gtk/gtkwindow.c